|
DX11 BUILD TRANSLATION MATRIX
Builds a translation matrix using the spcified axii offsets.
Return Dword = DX11 BUILD TRANSLATION MATRIX(x, y, z, [resultMatrix])
x Float The offset along the X axis.
y Float The offset along the Y axis.
z Float The offset along the Z axis.
[Optional] resultMatrix Dword The matrix to write the created translation matrix to. Can be omitted, in which case a temporary matrix holding the generated translation matrix will be returned.
The resultMatrix, if one was provided, or a newly created temporary matrix holding the resulting matrix otherwise.
MATH Functions Menu
DX11 Function Categories
|